curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 16,
"id_token": "ngzmiyvdljnikhwa"
}'
{}
See the documentation for more information.
Response from charger
The response is of type object
.
The response is of type object
.
The response is of type null
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 16,
"id_token": "ngzmiyvdljnikhwa"
}'
{}